@charset "utf-8";
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

select,
input,
button {
    border: 0;
    outline: 0;
    padding: 10px 15px;
    font-size: inherit
}

.pxl {
    height: 0;
    width: 0;
    overflow: hidden
}

.hidden {
    display: none
}

.clear {
    clear: both
}

li {
    list-style-type: none
}

a {
    text-decoration: none;
    cursor: pointer
}

p {
    margin: 10px 0;
    font-size: 14px;
    line-height: 1.4em
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px
}

.container{
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}
nav.top{
    background: #3A3A3A;
    padding: 15px 0px;
    box-shadow: 0px 3px 6px #00000029;
}
.content.header{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
}
.headerlink{
    max-width: 132px;
    width: 100%;
    display: block;
}
.headerlink img{
    display: block;
    width: 100%;
}
.searchbar{
    max-width: 220px;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 0 35px 0 20px;
    height: 38px;
    background: #FFF;
    border-radius: 19px;
}
.searchbar p{
    color: #8F8F8F;
    font-size: 14px;
    line-height: 1.357em;
}
.searchbar img{
    display: block;
    width: 16px;
    height: 16px;
    object-fit: contain;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 15px;
}
.account-stat{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
.account-stat a{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
.account-stat #ml1{
    color: #FFFFFF;
    font-size: 12px;
    line-height: 1.333em;
    display: inline-block;
    margin-right: 7px;
}
.account-stat a:not(:first-child){
    margin-left: 67px;
}
.info-acc{
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
}
.info-acc img{
    display: block;
    width: 100%;
    height: auto;
}
.info-acc{}
.info-acc p{
    width: 14px;
    height: 14px;
    background-color: #FF0000;
    border-radius: 50%;
    top: -5px;
    right: -5px;
    position: absolute;
    margin: 0;
}
.info-acc span{
    position: absolute;

    font-size: 11px;
    line-height: 1em;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.info-acc span#countup{
    background: transparent;
}

.banner{
    position: relative;
    border-radius: 0 0 8px 8px;
    height: 300px;
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: flex-end;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 20px;
}
.banner >img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.btnbox{
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    position: relative;
    z-index: 1;
}
.btnbox button{
    padding: 7px 8px 6px;
    background: #fff;
    border-radius: 6px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    cursor: pointer;
}
.btnbox button:not(:first-child){
    margin-left: 15px;
}
.btnbox button span:last-child{
    font-family: 'Roboto', sans-serif;
    color: #202020;
    font-size: 14px;
    line-height: 1.357em;
    display: inline-block;
    margin-left: 7px;
    font-weight: 500;
    text-transform: capitalize;
}
.btnbox button #countup{
    background: #FF0000;
    padding: 0px 4px;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
    line-height: 1.357em;
}
.profile{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    position: relative;
    margin-top: -130px;
    padding-left: 54px;
    margin-bottom: 26px;
}
.profile a{
    display: block;
    width: 200px;
    height: 200px;
    border: 5px solid #fff;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}
.profile a img{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    object-fit: cover;
    transform: translate(-50%, -50%);
}
.profile h1{
    margin-left: 30px;
    font-size: 31px;
    line-height: 1.29em;
    letter-spacing: 0.62px;
    color: #fff;
    font-weight: 900;
}
header.content nav{
    border-top: 1px solid #CDCFD3;
    margin-bottom: 12.5px;
}
header.content ul{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
header.content ul li{}
header.content ul a{
    position: relative;
    padding: 7.5px 22px;
    color: #202020;
    font-size: 16px;
    line-height: 1.3125em;
    letter-spacing: 0.32px;
    transition: 0.3s ease;
    display: block;
    font-weight: 500;
}
header.content ul a:before{
    content: '';
    position: absolute;
    top: -1px;
    height: 3px;
    width: 0%;
    left: 50%;
    background: #1876F2;
    transform: translate(-50%,0);
}
header.content ul a:hover{
    color: #1876F2;
}
header.content ul a.active{
    color: #1876F2;
}
header.content ul a.active:before{
    width: 100%;
}
main.content{
    background: #F0F2F5;
}
.content-wrapper{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 30px;
}
aside.column{
    width: calc(43% - 15px);
}
section.column{
    width: calc(57% - 15px);
    position: relative;
}
aside.column .post{
    padding: 20px 15px;
}
.post{
    border: 1px solid #E5E1E1;
    border-radius: 8px;
    background: #fff;
    margin-bottom: 30px;
}
.post-container ul li{
    position: relative;
    font-size: 14px;
    line-height: 1.357em;
    color: #242424;
    letter-spacing: 0.28px;
    padding-left: 35px;
}
.post-container ul li:not(:last-child){
    margin-bottom: 22px;
}
.post-container ul li:before{
    content: url('../../images/arrow.png');
    position: absolute;
    left: 0;
    width: 25px;
    height: 25px;
    top: 50%;
    transform: translate(0, -50%);
}
.friends .post-container{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.friends h3{
    color: #242424;
    font-size: 16px;
    line-height: 1.312em;
    font-weight: 600;
    text-transform: uppercase;
    width: 100%;
}
.friendprofile{
    width: calc(33.33% - 10px);
    margin-top: 10px;
}
.friendprofile a{
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
}
.friendprofile a .girl-photo{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.friendprofile a .country{
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 6px;
    right: 6px;
    object-fit: contain;
}
.friendprofile p{
    margin-top: 5px;
    margin-bottom: 0;
    color: #242424;
    font-size: 14px;
    line-height: 1.357em;
    letter-spacing: 0.28px;
    transition: 0.3s ease;
    cursor: pointer;
}
.friendprofile:hover p{
    color: #1876F2;
}
.look-more-wrapper{
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
}
.friends .followbtn{
    display: inline-block;
    height: 32px;
    margin: 20px auto 0;
    background-color: #1876F2;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    color: #fff;
    border-radius: 6px;
    line-height: 1em;
    font-size: 14px;
    transition: 0.3s ease;
    padding: 0px 10px;
}
.friends .followbtn:hover{
    padding: 0px 15px;
}
.followbtn #ml14{
    padding-left: 7.5px;
}
section.column .post{
    padding: 10px 10px 16px;
}
.post-author{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 20px;
}
.post-author a.forcereg{
    width: 46px;
    height: 46px;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #EEEBEB;
}
.post-author a.forcereg img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.post-author .user{
    padding-left: 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}
.post-author .user .username{
    color: #1876F2;
    font-size: 15px;
    line-height: 1.3333em;
    font-weight: 500;
    cursor: pointer;
}
.post-author .user .sideinfo{
    color: #B5B5B5;
    font-size: 12px;
    line-height: 16px;
}
.post-container a.article{
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}
.post-container a.article:before{
    content: '';
    position: absolute;
    width: calc(100% + 20px);
    top: -10px;
    left: 50%;
    transform: translate(-50%, 0);
    height: 1px;
    background: #E5E1E1;
}
.post-container a.article img{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.post-toolbar{
    margin-top: 15px;
    padding: 0px 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
}
.post-toolbar a{
    display: block;
    position: relative;
    padding-left: 25px;
    color: #202020;
    font-size: 14px;
    line-height: 1.557em;
    transition: 0.3s ease;
}
.post-toolbar a:hover{
    color: #1876F2;
}
.post-toolbar a.like:before{
    content: url('../../images/like.png');
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
}
.post-toolbar a.comment:before{
    content: url('../../images/coment.png');
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
}
.post-toolbar a.share:before{
    content: url('../../images/share.png');
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
}
footer{
    background: #fff;
    padding: 30px 20px;
    text-align: center;
    color: #515151;
}
footer a{
    color: #515151;
    font-size: 14px;
    line-height: 1.357em;
    transition: 0.3s ease;
}
footer a:hover{
    color: #1876F2;
}




#registration {
    position: absolute;
    top: 120px;
    width: calc(100% - 20px);
    left: 10px;
    z-index: 1;
    font-family: 'Roboto', sans-serif !important;
}
.devor-bg{
    background-color: rgba(255,255,255,0.38);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.nice-select.form-control{
    width: 100%;
    color: #000;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    padding: 7px 20px 9px;
    border-radius: 8px;
}


.nice-select.form-control.w50p{
    width: 36%;
    margin: 4%;
        display:inline-block;
        float: none;
}

.nice-select.form-control.w25p{
    width: 18%;
       margin: 4%;
        display:inline-block;
        float: none;
}

.nice-select.open .list{
    width: 100%;
}
.nice-select .option{
    line-height: 26px;
    min-height: auto;
}
.nice-select .option.selected{
    font-weight: 400;
}
.nice-select.open .list li{
    padding: 7px 20px 9px !important;
}
.form-container {
    position: relative;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    padding: 30px 20px;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    text-align: center;
    box-sizing: content-box;
}
.form-container h3 {
    font-size: 27px;
    margin-bottom: 5px;
    font-weight: 400;
}

.form-container h4 {
    font-size: 18px;
    margin: 10px 0 5px;
    font-weight: 400;
}

#steps .nospam {
    position: relative;
    background: url('../../images/nospam.png') no-repeat center center;
    height: 50px;
    width: 50px;
    background-size: contain;
    margin-left: 89%;
    margin-top: -50px;
    top: 40px;
    z-index: 6
}
#S1T4{
    margin-top: 20px;
}
#signupform {
    min-height: 260px;
    margin: 0 auto
}

#signupform,
#signupform input,
#regForm input,
#signupform select,
#regForm select,
#signupform fieldset,
#regForm fieldset {
    border: 0;
    font-size: 20px
}

#signupform .field,
#regForm .field {
    padding: 3px 0
}

#signupform label,
#regForm label {
    display: inline-block;
    width: 90%
}

#signupform select,
#regForm select #signupform input,
#regForm input {
    display: inline-block;
    width: 90%;
    padding: 5px
}

#signupform .field-agb {
    font-size: 14px;
    text-align: center;
    padding: 10px 0
}

#signupform .hidden {
    display: none
}

#signupform #submit {
    width: 95%;
    cursor: pointer;
    text-transform: uppercase;
    padding: 10px 0
}

#signupform .lbl_signup_error {
    font-size: 13px;
    padding: 2px;
    text-align: center
}

.suggestedEmails div {
    display: inline-block;
    padding: 0 10px
}

#signupform .step2 label,
#regForm .step2 label,
#signupform .step4 label,
#regForm .step2 label {
    width: 26%
}

#signupform .step2 label#ageTo,
#regForm .step2 label#ageTo {
    width: 11%
}

#signupform .step2 select,
#regForm .step2 select,
#signupform .step2 input,
#regForm .step2 input,
#signupform .step4 select#myAgeFromChoose,
#regForm .step4 select#myAgeFromChoose {
    width: 20%
}

#regForm .step4 label {
    width: 20%
}

#urApi {
    min-height: 260px;
    margin: 0 auto
}

#urApi,
#urApi input,
#regForm input,
#urApi select,
#regForm select,
#urApi fieldset,
#regForm fieldset {
    border: 0;
    font-size: 20px
}

#urApi .field,
#regForm .field {
    padding: 3px 0
}

#urApi label,
#regForm label {
    display: inline-block;
    width: 90%
}

#urApi select,
#regForm select,
#urApi input,
#regForm input {
    display: inline-block;
    width: 90%;
    padding: 5px
}

#urApi .step2 label#ageFrom {
    display: block;
    width: 100%;
    margin: 0 0 7px
}

#urApi .field-agb {
    font-size: 14px;
    text-align: center;
    padding: 10px 0
}

#urApi .hidden {
    display: none
}

#urApi #submit {
    width: 95%;
    cursor: pointer;
    text-transform: uppercase;
    padding: 10px 0
}

#urApi .lbl_signup_error {
    font-size: 13px;
    padding: 2px;
    text-align: center
}

#urApi select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

#urApi .step2 label,
#urApi .step4 label {
    width: 26%
}

#urApi .step2 label#ageTo {
    width: 11%
}

#urApi .step2 select,
#urApi .step2 input,
#urApi .step4 select#myAgeFromChoose {
    width: 20%
}

.regFive h2 {
    font-size: 20px;
    margin-bottom: 25px
}

.regFive #steps .gender {
    width: 42%;
    cursor: pointer;
    display: inline-block;
    height: 50px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    font-size: 20px;
    font-weight: bold;
    margin: 10px;
    padding: 12px 4%;
    text-align: center
}

.regFive #steps .gender.female:hover,
.regFive #steps .gender.male:hover {
    opacity: 1
}

.regFive .inactive {
    opacity: .5
}

.regFive #steps .field-pseudo input,
.regFive #steps .field-password input,
.regFive #steps .field-email input {
    font-size: 25px;
    border-radius: 3px;
    height: auto;
    padding: 7px;
    width: 88%
}

.regFive #steps .field-agb a {
    font-weight: 700;
    text-decoration: none
}

.regFive #steps .field-agb a:hover {
    text-decoration: underline
}

.regFive #steps .lbl_signup_error {
    background-color: red;
    padding: 3px 1%;
    width: 88%;
    margin: 5px auto 0
}

.regFive .suggestedEmails div {
    display: inline-block;
    margin-left: 3px
}

.regFive #steps .goPrev,
.regFive #steps .goNext {
    font-size: 20px;
    border-radius: 3px;
    display: inline-block;
    padding: 12px 4%;
    cursor: pointer;
    text-decoration: none;
    text-shadow: none
}

.regFive #steps .goPrev {
    background: #989898;
    width: 5%;
    padding: 12px 20px 12px 10px
}

.regFive #steps .goPrev:hover {
    background: #868686;
    text-decoration: none
}

.currentStep1 .regFive #steps .goPrev {
    display: none
}

.currentStep5 .regFive #steps .goPrev {
    padding: 10px 4%
}

.regFive #steps .goNext,
.regFive #steps #submit {
    width: 80%;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5)
}

.regFive #steps #submit {
    text-transform: uppercase
}

ul#progress {
    display: block;
    overflow: hidden;
    font-size: 0;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

#progress li {
    -webkit-transition: 1s;
    transition: 1s
}

#steps .goNext,
#dp-reg .unibutton {
    border-radius: 3px;
    display: inline-block;
    font-size: 18px;
    ;
    cursor: pointer;
    margin: 35px 10px 10px 10px;
    padding: 8px 4%;
    width: 41%;
    text-align: center
}

#steps .goNext.female {
    filter: none;
    opacity: .6
}

#steps .goNext.male {
    filter: none;
    opacity: .6
}

#steps .goNext.female:hover,
#steps .goNext.male:hover {
    opacity: 1
}

#steps a {
    text-decoration: underline
}
@media(max-width: 767px){
    .banner {height: 230px;}
    .profile {margin-top: -44px;}
    .profile h1{color:#202020;}
    aside.column,section.column{width: 100%;}
}
@media(max-width: 576px){
    .headerlink{max-width: 90px;}
    .account-stat #ml1{display: none;}
    .account-stat a:not(:first-child){margin-left: 16px;}
    .banner{
        justify-content: flex-start;
        -ms-align-items: flex-start;
        align-items: flex-start;
        padding-top: 80px;
    }
    .btnbox{
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -ms-align-items: flex-start;
        align-items: flex-start;
    }
    .btnbox button:not(:first-child){
        margin-left: 0;
        margin-top: 10px;
    }
    .profile {padding-left: 5px;margin-top: -26px;}
    .profile a{
        width: 120px;
        height: 120px;
    }
    .profile h1{
        font-size: 20px;
        margin-left: 10px;
    }
    header.content ul a{
        padding: 7.5px 5px;
        font-size: 14px;
    }
    .post-toolbar a{
        width: 18px;
        height: 18px;
        font-size: 0px;
        padding-left: 0;
    }
    .post-toolbar a span{
        display: none;
    }
    #registration{
        top: 67px;
    }
}